Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(a,x)  → f(g(x),x)
2:    h(g(x))  → h(a)
3:    g(h(x))  → g(x)
4:    h(h(x))  → x
There are 4 dependency pairs:
5:    F(a,x)  → F(g(x),x)
6:    F(a,x)  → G(x)
7:    H(g(x))  → H(a)
8:    G(h(x))  → G(x)
The approximated dependency graph contains 2 SCCs: {8} and {5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006